home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
playre1a
/
frmreswa.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1999-09-18
|
859b
|
28 lines
VERSION 5.00
Begin VB.Form frmResWav
Caption = "ResWave"
ClientHeight = 2025
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 2025
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton cmdPlayRes
Caption = "Play a wave in a resource file"
Height = 495
Left = 1200
TabIndex = 0
Top = 600
Width = 2055
End
Attribute VB_Name = "frmResWav"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdPlayRes_Click()
PlayResWav 101, "CUSTOM" 'call the palyreswave sub
End Sub